net/http.http2ClientConn.tconn (field)

8 uses

	net/http (current package)
		h2_bundle.go#L6965: 	tconn         net.Conn             // usually *tls.Conn, except specialized impls
		h2_bundle.go#L7369: 		tconn:                 c,
		h2_bundle.go#L7638: 	cc.tconn.Close()
		h2_bundle.go#L7663: 				done <- cc.tconn.Close()
		h2_bundle.go#L7720: 	return cc.tconn.Close()
		h2_bundle.go#L8695: 		defer cc.tconn.Close()
		h2_bundle.go#L8742: 	defer cc.tconn.Close()
		h2_bundle.go#L9704: 	ci := httptrace.GotConnInfo{Conn: cc.tconn}